github.com/refraction-networking/utls.UtlsPreSharedKeyExtension.cipherSuite (field)

5 uses

	github.com/refraction-networking/utls (current package)
		u_pre_shared_key.go#L135: 	cipherSuite  *cipherSuiteTLS13
		u_pre_shared_key.go#L149: 	e.cipherSuite = cipherSuiteTLS13ByID(e.Session.cipherSuite)
		u_pre_shared_key.go#L153: 		e.Binders = append(e.Binders, make([]byte, e.cipherSuite.hash.Size()))
		u_pre_shared_key.go#L276: 	transcript := e.cipherSuite.hash.New()
		u_pre_shared_key.go#L282: 	pskBinders := [][]byte{e.cipherSuite.finishedHash(e.BinderKey, transcript)}